home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / tetris.swf / scripts / frame_20 / DoAction.as
Text File  |  2001-11-21  |  212b  |  10 lines

  1. n = "0";
  2. while(n < "4")
  3. {
  4.    n += "1";
  5.    tellTarget("b" add (x + eval("x" add tc add ts add n) + "20") add (y + eval("y" add tc add ts add n) + "20"))
  6.    {
  7.       gotoAndStop(eval("/:tc") + "1");
  8.    }
  9. }
  10.